<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/fabian/wordpress%20comments"><title>BibSonomy bookmarks for /user/fabian/wordpress%20comments</title><link>https://www.bibsonomy.org/user/fabian/wordpress%20comments</link><description>BibSonomy RSS Feed for /user/fabian/wordpress%20comments</description><items><rdf:Seq><rdf:li rdf:resource="http://www.transformationpowertools.com/wordpress/front-page-comments-wordpress-blog"/><rdf:li rdf:resource="http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/"/><rdf:li rdf:resource="http://www.smashingmagazine.com/2009/07/23/10-wordpress-comments-hacks/"/><rdf:li rdf:resource="http://wphacks.com/wordpress-code-recent-comments/"/><rdf:li rdf:resource="http://wordpress.org/extend/plugins/kau-boys-comment-notification/"/><rdf:li rdf:resource="http://ahren.org/code/bit/reply-via-email-for-wordpress-blogs"/><rdf:li rdf:resource="http://www.rlmseo.com/blog/turn-off-comments/"/><rdf:li rdf:resource="http://wpengineer.com/759/numbering-your-comments-pingbacks-trackbacks-or-all/"/><rdf:li rdf:resource="http://wordpress.org/extend/plugins/subscribe-to-comments/"/><rdf:li rdf:resource="http://blogs.canalplan.org.uk/steve/2009/10/20/posting-to-wordpress-mu-by-email-part-2/"/><rdf:li rdf:resource="http://wordpress.org/support/topic/335227"/></rdf:Seq></items></channel><item rdf:about="http://www.transformationpowertools.com/wordpress/front-page-comments-wordpress-blog"><title>Front Page Comments on your WordPress Blog | TransformationPowerTools | for personal growth and transformation</title><description></description><link>http://www.transformationpowertools.com/wordpress/front-page-comments-wordpress-blog</link><dc:creator>fabian</dc:creator><dc:date>2010-10-18T13:05:24+02:00</dc:date><dc:subject>comments front on page wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-18T13:05:24+02:00&#034; href=&#034;http://www.transformationpowertools.com/wordpress/front-page-comments-wordpress-blog&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.transformationpowertools.com/wordpress/front-page-comments-wordpress-blog&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/front"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/on"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/page"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/"><title>How to Create a Comments Central Page Template in WordPress | Theme Lab</title><description>&lt;h3&gt;Recent Comments&lt;/h3&gt; &lt;ul id=&#034;cc-recent-comments&#034;&gt; &lt;?php $max = 7; // number item to get global $wpdb; $sql = &#034;SELECT c.*, p.post_title FROM $wpdb-&gt;comments c INNER JOIN $wpdb-&gt;posts p ON (c.comment_post_id=p.ID) WHERE comment_approved = &#039;1&#039; AND comment_type not in (&#039;trackback&#039;,&#039;pingback&#039;) ORDER BY comment_date DESC LIMIT $max&#034;; $results = $wpdb-&gt;get_results($sql); $template = &#039;%g &lt;a href=&#034;%au&#034;&gt;%an&lt;/a&gt; on &lt;a href=&#034;%pu#comment-%cid&#034;&gt;%pt&lt;/a&gt;&#039;; $echoed = 0; foreach ($results as $row) { $tags = array(&#039;%ct&#039;,&#039;%cd&#039;,&#039;%g&#039;,&#039;%pt&#039;,&#039;%pu&#039;,&#039;%au&#039;,&#039;%an&#039;,&#039;%cid&#039;); $replacements = array($row-&gt;comment_title,$row-&gt;comment_date,get_avatar($row-&gt;comment_author_email,&#039;32&#039;),$row-&gt;post_title,get_permalink($row-&gt;comment_post_ID),$row-&gt;comment_author_url,$row-&gt;comment_author,$row-&gt;comment_ID); echo &#039;&lt;li&gt;&#039; . str_replace($tags,$replacements,$template) . &#039;&lt;/li&gt;&#039;; $echoed = 1; } if ($echoed==0) echo &#039;&lt;li&gt;No comment found.&lt;/li&gt;&#039;; ?&gt; &lt;/ul&gt; </description><link>http://www.themelab.com/2010/02/24/how-to-create-a-comments-central-page-template-in-wordpress/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-17T11:59:16+02:00</dc:date><dc:subject>* comments html recent wordpress </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;&amp;lt;h3&amp;gt;Recent Comments&amp;lt;/h3&amp;gt; &amp;lt;ul id=&amp;#034;cc-recent-comments&amp;#034;&amp;gt; &amp;lt;?php $max = 7; // number item to get global $wpdb; $sql = &amp;#034;SELECT c.*, p.post_title FROM $wpdb-&amp;gt;comments c INNER JOIN $wpdb-&amp;gt;posts p ON (c.comment_post_id=p.ID) WHERE comment_approved = &amp;#039;1&amp;#039; AND comment_type not in (&amp;#039;trackback&amp;#039;,&amp;#039;pingback&amp;#039;) ORDER BY comment_date DESC LIMIT $max&amp;#034;; $results = $wpdb-&amp;gt;get_results($sql); $template = &amp;#039;%g &amp;lt;a href=&amp;#034;%au&amp;#034;&amp;gt;%an&amp;lt;/a&amp;gt; on &amp;lt;a href=&amp;#034;%pu#comment-%cid&amp;#034;&amp;gt;%pt&amp;lt;/a&amp;gt;&amp;#039;; $echoed = 0; foreach ($results as $row) { $tags = array(&amp;#039;%ct&amp;#039;,&amp;#039;%cd&amp;#039;,&amp;#039;%g&amp;#039;,&amp;#039;%pt&amp;#039;,&amp;#039;%pu&amp;#039;,&amp;#039;%au&amp;#039;,&amp;#039;%an&amp;#039;,&amp;#039;%cid&amp;#039;); $replacements = array($row-&amp;gt;comment_title,$row-&amp;gt;comment_date,get_avatar($row-&amp;gt;comment_author_email,&amp;#039;32&amp;#039;),$row-&amp;gt;post_title,get_permalink($row-&amp;gt;comment_post_ID),$row-&amp;gt;comment_author_url,$row-&amp;gt;comment_author,$row-&amp;gt;comment_ID); echo &amp;#039;&amp;lt;li&amp;gt;&amp;#039; . str_replace($tags,$replacements,$template) . &amp;#039;&amp;lt;/li&amp;gt;&amp;#039;; $echoed = 1; } if ($echoed==0) echo &amp;#039;&amp;lt;li&amp;gt;No comment found.&amp;lt;/li&amp;gt;&amp;#039;; ?&amp;gt; &amp;lt;/ul&amp;gt; &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/*"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/html"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/recent"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.smashingmagazine.com/2009/07/23/10-wordpress-comments-hacks/"><title>10 Handy WordPress Comments Hacks - Smashing Magazine</title><description></description><link>http://www.smashingmagazine.com/2009/07/23/10-wordpress-comments-hacks/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-17T11:58:48+02:00</dc:date><dc:subject>comments hacks wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-17T11:58:48+02:00&#034; href=&#034;http://www.smashingmagazine.com/2009/07/23/10-wordpress-comments-hacks/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.smashingmagazine.com/2009/07/23/10-wordpress-comments-hacks/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/hacks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://wphacks.com/wordpress-code-recent-comments/"><title>Code: Adding Recent Comments To Your WordPress Theme</title><description>&lt;h2&gt;Recent Comments&lt;/h2&gt;
&lt;?php
global $wpdb;
$sql = &#034;SELECT DISTINCT ID, post_title, post_password, comment_ID,
comment_post_ID, comment_author, comment_date_gmt, comment_approved,
comment_type,comment_author_url,
SUBSTRING(comment_content,1,30) AS com_excerpt
FROM $wpdb-&gt;comments
LEFT OUTER JOIN $wpdb-&gt;posts ON ($wpdb-&gt;comments.comment_post_ID =
$wpdb-&gt;posts.ID)
WHERE comment_approved = &#039;1&#039; AND comment_type = &#039;&#039; AND
post_password = &#039;&#039;
ORDER BY comment_date_gmt DESC
LIMIT 10&#034;;
$comments = $wpdb-&gt;get_results($sql);
$output = $pre_HTML;
$output .= &#034;\n&lt;ul&gt;&#034;;
foreach ($comments as $comment) {
$output .= &#034;\n&lt;li&gt;&#034;.strip_tags($comment-&gt;comment_author)
.&#034;:&#034; . &#034;&lt;a href=\&#034;&#034; . get_permalink($comment-&gt;ID) .
&#034;#comment-&#034; . $comment-&gt;comment_ID . &#034;\&#034; title=\&#034;on &#034; .
$comment-&gt;post_title . &#034;\&#034;&gt;&#034; . strip_tags($comment-&gt;com_excerpt)
.&#034;&lt;/a&gt;&lt;/li&gt;&#034;;
}
$output .= &#034;\n&lt;/ul&gt;&#034;;
$output .= $post_HTML;
echo $output;?&gt;</description><link>http://wphacks.com/wordpress-code-recent-comments/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-17T08:38:05+02:00</dc:date><dc:subject>* comments html recent wordpress </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;&amp;lt;h2&amp;gt;Recent Comments&amp;lt;/h2&amp;gt;
&amp;lt;?php
global $wpdb;
$sql = &amp;#034;SELECT DISTINCT ID, post_title, post_password, comment_ID,
comment_post_ID, comment_author, comment_date_gmt, comment_approved,
comment_type,comment_author_url,
SUBSTRING(comment_content,1,30) AS com_excerpt
FROM $wpdb-&amp;gt;comments
LEFT OUTER JOIN $wpdb-&amp;gt;posts ON ($wpdb-&amp;gt;comments.comment_post_ID =
$wpdb-&amp;gt;posts.ID)
WHERE comment_approved = &amp;#039;1&amp;#039; AND comment_type = &amp;#039;&amp;#039; AND
post_password = &amp;#039;&amp;#039;
ORDER BY comment_date_gmt DESC
LIMIT 10&amp;#034;;
$comments = $wpdb-&amp;gt;get_results($sql);
$output = $pre_HTML;
$output .= &amp;#034;\n&amp;lt;ul&amp;gt;&amp;#034;;
foreach ($comments as $comment) {
$output .= &amp;#034;\n&amp;lt;li&amp;gt;&amp;#034;.strip_tags($comment-&amp;gt;comment_author)
.&amp;#034;:&amp;#034; . &amp;#034;&amp;lt;a href=\&amp;#034;&amp;#034; . get_permalink($comment-&amp;gt;ID) .
&amp;#034;#comment-&amp;#034; . $comment-&amp;gt;comment_ID . &amp;#034;\&amp;#034; title=\&amp;#034;on &amp;#034; .
$comment-&amp;gt;post_title . &amp;#034;\&amp;#034;&amp;gt;&amp;#034; . strip_tags($comment-&amp;gt;com_excerpt)
.&amp;#034;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;#034;;
}
$output .= &amp;#034;\n&amp;lt;/ul&amp;gt;&amp;#034;;
$output .= $post_HTML;
echo $output;?&amp;gt;&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/*"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/html"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/recent"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://wordpress.org/extend/plugins/kau-boys-comment-notification/"><title>WordPress › Kau-Boy&#039;s Comment Notification « WordPress Plugins</title><description></description><link>http://wordpress.org/extend/plugins/kau-boys-comment-notification/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-14T11:57:25+02:00</dc:date><dc:subject>comments rss wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-14T11:57:25+02:00&#034; href=&#034;http://wordpress.org/extend/plugins/kau-boys-comment-notification/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://wordpress.org/extend/plugins/kau-boys-comment-notification/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rss"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://ahren.org/code/bit/reply-via-email-for-wordpress-blogs"><title>Ahren Code» Blog Archive » Reply via email for WordPress blogs</title><description></description><link>http://ahren.org/code/bit/reply-via-email-for-wordpress-blogs</link><dc:creator>fabian</dc:creator><dc:date>2010-10-13T13:27:03+02:00</dc:date><dc:subject>comments debate intense wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-13T13:27:03+02:00&#034; href=&#034;http://ahren.org/code/bit/reply-via-email-for-wordpress-blogs&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://ahren.org/code/bit/reply-via-email-for-wordpress-blogs&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/debate"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/intense"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.rlmseo.com/blog/turn-off-comments/"><title>Turn Off Wordpress Comments | SEO Blog by RLM</title><description></description><link>http://www.rlmseo.com/blog/turn-off-comments/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-13T10:56:33+02:00</dc:date><dc:subject>comments off wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-13T10:56:33+02:00&#034; href=&#034;http://www.rlmseo.com/blog/turn-off-comments/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.rlmseo.com/blog/turn-off-comments/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/off"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://wpengineer.com/759/numbering-your-comments-pingbacks-trackbacks-or-all/"><title>Numbering your comments, pingbacks, trackbacks or all - $post-&gt;ID;, Comments’, WordPress, commentID, FROM, COUNT - WP Engineer</title><description></description><link>http://wpengineer.com/759/numbering-your-comments-pingbacks-trackbacks-or-all/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-03T23:48:27+02:00</dc:date><dc:subject>comments numbering wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-03T23:48:27+02:00&#034; href=&#034;http://wpengineer.com/759/numbering-your-comments-pingbacks-trackbacks-or-all/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://wpengineer.com/759/numbering-your-comments-pingbacks-trackbacks-or-all/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/numbering"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://wordpress.org/extend/plugins/subscribe-to-comments/"><title>WordPress › Subscribe to Comments « WordPress Plugins</title><description></description><link>http://wordpress.org/extend/plugins/subscribe-to-comments/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-03T02:22:45+02:00</dc:date><dc:subject>comments notifications plugin wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-03T02:22:45+02:00&#034; href=&#034;http://wordpress.org/extend/plugins/subscribe-to-comments/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://wordpress.org/extend/plugins/subscribe-to-comments/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/notifications"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/plugin"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://blogs.canalplan.org.uk/steve/2009/10/20/posting-to-wordpress-mu-by-email-part-2/"><title>Steve&#039;s Ramblings | Posting to Wordpress MU by Email Part 2</title><description></description><link>http://blogs.canalplan.org.uk/steve/2009/10/20/posting-to-wordpress-mu-by-email-part-2/</link><dc:creator>fabian</dc:creator><dc:date>2010-10-03T02:18:04+02:00</dc:date><dc:subject>comments wordpress </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2010-10-03T02:18:04+02:00&#034; href=&#034;http://blogs.canalplan.org.uk/steve/2009/10/20/posting-to-wordpress-mu-by-email-part-2/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://blogs.canalplan.org.uk/steve/2009/10/20/posting-to-wordpress-mu-by-email-part-2/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item><item rdf:about="http://wordpress.org/support/topic/335227"><title>WordPress › Support » Wordpress 2.8.5: disabling comments</title><description>http://wordpress.org/support/topic/310934?replies=6</description><link>http://wordpress.org/support/topic/335227</link><dc:creator>fabian</dc:creator><dc:date>2010-05-31T17:00:04+02:00</dc:date><dc:subject>comments wordpress </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;http://wordpress.org/support/topic/310934?replies=6&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/comments"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wordpress"/></rdf:Bag></taxo:topics></item></rdf:RDF>